flowchart TD A(WFHZ) B(MUAC) C(Exclude rows with missing GPS coord.) D(Calculate WFHZ and define AMN) E(Remove outliers) F(Calculate MFAZ and define AMN) G(Remove outliers) H(Get % aggregated at cluster ID) A --> C --> D --> E --> H B --> C --> F --> G --> H